home *** CD-ROM | disk | FTP | other *** search
/ Screensavers 98 / Screensavers 98.iso / animals / aquascape / configure.exe / 0 / RCDATA / TPREVIEWFORM / TPREVIEWFORM.txt
Text File  |  2000-03-28  |  494b  |  23 lines

  1. object PreviewForm: TPreviewForm
  2.   Left = 254
  3.   Top = 258
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Full Screen Preview'
  7.   ClientHeight = 273
  8.   ClientWidth = 427
  9.   Color = clBlack
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   WindowState = wsMaximized
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnMouseDown = FormMouseDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22. end
  23.